projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6655f3
)
(fixed): Fix typo in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:24:49 +0000
(
02:24
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:24:49 +0000
(
02:24
+0000)
lisp/textmodes/enriched.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/enriched.el
b/lisp/textmodes/enriched.el
index 1c81b5cf25e29f7afe86b561753e383f6ace0b2f..cd1079e09248ead83b0f504f03e6f184b18094ec 100644
(file)
--- a/
lisp/textmodes/enriched.el
+++ b/
lisp/textmodes/enriched.el
@@
-66,7
+66,7
@@
(defface fixed
'((t (:weight bold)))
"Face used for text that must be shown in fixed width.
-Currently,
e
macs can only display fixed-width fonts, but this may change.
+Currently,
E
macs can only display fixed-width fonts, but this may change.
This face is used for text specifically marked as fixed-width, for example
in text/enriched files."
:group 'enriched)